-
-
Notifications
You must be signed in to change notification settings - Fork 40
Documentation facelift #275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #275 +/- ##
=======================================
Coverage 87.09% 87.09%
=======================================
Files 15 15
Lines 1279 1279
=======================================
Hits 1114 1114
Misses 165 165 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
not sure if it fits in this PR or a future one, but we have a lot of example docs implemented within docstrings in various parts of the code (i am one of the guilty parties). as part of a fuller refactor, we should decide whether to leave that as-is, migrate it to specific |
This draft PR modernizes the documentation by switching to use
sphinx_astropy.conf.v2
withpydata-sphinx-theme
. The PR mainly rearranges existing documentation without adding much new text at the moment (I've written a bit about tracing, but this is a work in progress).The PR is not ready for merging yet because some information is still duplicated, and some important topics (such as contributing) require further work.